home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / text / edit / Smartindent.lha / Smartindent / Source / LibFuncs.h < prev    next >
C/C++ Source or Header  |  1997-12-14  |  1KB  |  25 lines

  1. /*(( "Kopf" */
  2. /* -----------------------------------------------------------------------------
  3.  
  4.    $Id: LibFuncs.h,v 1.1 1997/06/11 19:03:52 mshopf Exp mshopf $
  5.  
  6.    GoldED API client, ©1997 Matthias Hopf.
  7.    Compiled with SasC.
  8.  
  9.  
  10.    Library entry functions.
  11.  
  12.    ------------------------------------------------------------------------------
  13. */
  14.  
  15. /*)) */
  16.  
  17. #include "compiler.h"
  18. #include "smartindent.h"
  19.  
  20. extern struct APIClient * SAVEDS ASM L_MountClient (REG(a0) struct APIMessage *msg    GNUCREG("a0"), REG(a1) char              *args  GNUCREG("a1"));
  21. extern void               SAVEDS ASM L_CloseClient (REG(a0) struct APIClient  *client GNUCREG("a0"), REG(a1) struct APIMessage *msg   GNUCREG("a1"));
  22. extern void               SAVEDS ASM L_BriefClient (REG(a0) struct APIClient  *client GNUCREG("a0"), REG(a1) struct APIMessage *msg   GNUCREG("a1"));
  23. extern void               SAVEDS ASM L_Free        (REG(a0) struct APIClient  *client GNUCREG("a0"), REG(a1) struct APIOrder   *order GNUCREG("a1"));
  24.  
  25.